How to use function arguments like void f(double) {/**/}

Posted by zed91 on Stack Overflow See other posts from Stack Overflow or by zed91
Published on 2010-03-22T07:00:06Z Indexed on 2010/03/22 7:11 UTC
Read the original article Hit count: 162

Filed under:
|
|

How to use function arguments like

void f(double)
{
    /**/
}

if it possible

© Stack Overflow or respective owner

Related posts about c++

Related posts about function